home *** CD-ROM | disk | FTP | other *** search
-
- fda vsn 1.20 [Jan 19 1992] - file disassembler aid
-
- fda [-o offset] infile [[-o offset] infile] ...
- offset defaults to 0
-
- Options:-
- -o offset in bytes to start from
-
- Note:-
- The output file is stdout which can be redirected
-
- Example:-
- fda !runimage > s.assembly
- fda fda -o20 code
-
- Output:-
- fda takes executable code and displays it such as MEMORYI does.
- The input file can be of any type,and no type checking is made.
-
- The format of the output is:-
-
- offset : ascii : instruction-number : disassembled instruction
-
-